IG_UI_EN = {
	IGUI_EPII_No_Delay = "No Delay",
	IGUI_EPII_No_Icons = "Don't Display Icons"
	IGUI_EPII_No_Padding = "No Spacing (Not Recommended)",
	IGUI_EPII_No_Transparency = "No Transparency",
	
	IGUI_EPII_Units_Second = " second",
	IGUI_EPII_Units_Seconds = " seconds",
	IGUI_EPII_Units_Pixel = " pixel",
	IGUI_EPII_Units_Pixels = " pixels",
	
	IGUI_EPII_Keypress_Mode_Hold = "Hold",
	IGUI_EPII_Keypress_Mode_Toggle = "Toggle",
	IGUI_EPII_Keypress_Mode_Disabled = "Disabled",
	
	
	IGUI_EPII_Search_For_All = "Show All Placed Items",
	IGUI_EPII_Search_For_All_Tooltip = "Show icons for all placed items, or only those in the search list.",
	
	IGUI_EPII_Require_Aiming = "Require Aiming",
	IGUI_EPII_Require_Aiming_Tooltip = "Require that the character be aiming for item icons to be displayed. <LINE> <LINE> Note that disabling Require Aiming and Keypress Mode may impact performance. If both are disabled it is recommended that the Search Performance Delay be turned on.",
	
	IGUI_EPII_Keypress_Mode = "Keypress Mode",
	IGUI_EPII_Keypress_Mode_Tooltip = "Choose the key press requirement for displaying item icons. The key used is set on the Keybinds tab. <LINE> <LINE>  Hold: Key needs to be held <LINE>  Toggle: Toggle on or off via key press <LINE>  Disabled: Don't require a key press <LINE> <LINE> Note that disabling Require Aiming and Keypress Mode may impact performance. If both are disabled it is recommended that the Search Performance Delay be turned on.",
	
	IGUI_EPII_Search_Movement_Delay = "Search Movement Delay",
	IGUI_EPII_Search_Movement_Delay_Tooltip = "Time that the cursor must be held on the same world square before any icons for placed items will appear to simulate the time it would take to search the square for what is there.",

	IGUI_EPII_Search_Performance_Delay = "Search Performance Delay",
	IGUI_EPII_Search_Performance_Delay_Tooltip = "Time in seconds between updates of the placed items. This is to allow for fewer searches in case it impacts performance. Note that this value should be lower than the above value or behavior will be unpredictable.",
	
	IGUI_EPII_Icon_Size = "Icon Size",
	IGUI_EPII_Icon_Size_Tooltip = "Size of the icons displayed. Multiples of 30 look best.",

	IGUI_EPII_Icon_Padding = "Icon Spacing",
	IGUI_EPII_Icon_Padding_Tooltip = "The spacing between and around icons.",
	
	IGUI_EPII_Icon_Alpha = "Icon Transparency",
	IGUI_EPII_Icon_Alpha_Tooltip = "How transparent the icons are. Higher values are less transparent.",
	
	IGUI_EPII_Max_Icon_Columns = "Icon Columns",
	IGUI_EPII_Max_Icon_Columns_Tooltip = "The maximum number of columns for displaying icons.",
	
	IGUI_EPII_Max_Icon_Rows = "Icon Rows",
	IGUI_EPII_Max_Icon_Rows_Tooltip = "The maximum number of rows for displaying icons.",
	
	IGUI_EPII_Use_More_Icon = "More Items Icon",
	IGUI_EPII_Use_More_Icon_Tooltip = "Display a special icon as the last icon when there are more items than can be displayed. When turned off it will display only as many item icons as are possible.",
	
	IGUI_EPII_Use_Icon_Highlight = "Icon Background Highlight",
	IGUI_EPII_Use_Icon_Highlight_Tooltip = "Display a highlight behind each icon. This is to help quickly visually differentiate the icons.",
	
}